type errors.errorString

3 uses

	errors (current package)
		errors.go#L62: 	return &errorString{text}
		errors.go#L66: type errorString struct {
		errors.go#L70: func (e *errorString) Error() string {